type runtime.gcBits
13 uses
runtime (current package)
mgcmark_greenteagc.go#L196: func (s *mspan) moveInlineMarks(dst *gcBits) {
mheap.go#L490: allocBits *gcBits
mheap.go#L491: gcmarkBits *gcBits
mheap.go#L492: pinnerBits *gcBits // bitmap for pinned objects; accessed atomically
mheap.go#L2862: type gcBits struct {
mheap.go#L2868: func (b *gcBits) bytep(n uintptr) *uint8 {
mheap.go#L2874: func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) {
mheap.go#L2891: bits [gcBitsChunkBytes - gcBitsHeaderBytes]gcBits
mheap.go#L2904: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L2920: func newMarkBits(nelems uintptr) *gcBits {
mheap.go#L2976: func newAllocBits(nelems uintptr) *gcBits {
pinner.go#L278: type pinnerBits gcBits
pinner.go#L285: bytep, mask := (*gcBits)(p).bitp(n * 2)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |